home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20000824-20010305
/
000207_news@columbia.edu _Thu Jan 11 15:13:04 2001.msg
< prev
next >
Wrap
Internet Message Format
|
2001-03-05
|
2KB
Return-Path: <news@columbia.edu>
Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id PAA07253
for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 11 Jan 2001 15:13:03 -0500 (EST)
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA12230
for <kermit.misc@watsun.cc.columbia.edu>; Thu, 11 Jan 2001 15:13:03 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA10503
for kermit.misc@watsun.cc.columbia.edu; Thu, 11 Jan 2001 14:49:42 -0500 (EST)
X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
From: fdc@columbia.edu (Frank da Cruz)
Subject: Re: scripting problem
Date: 11 Jan 2001 19:49:39 GMT
Organization: Columbia University
Message-ID: <93l2oj$a84$1@newsmaster.cc.columbia.edu>
To: kermit.misc@columbia.edu
In article <3A5DF487.D5E07811@cyberbills.com>,
Victor Zele <victor@cyberbills.com> wrote:
: I do a set protocol zmodem at the beginning because that's the
: protocol supported by the remote server.
:
You didn't mention that in your original report.
Zmodem is an external protocol in C-Kermit, meaning (a) you need to have
an external Zmodem program, and (b) the Zmodem program must operate on
standard i/o, so Kermit can redirect it over the communications connection.
In any case, Kermit seems to be doing its job. The following:
Retry 0: Timeout on pathname
is a message from the Zmodem program (sz or whatever). So either sz is
not allowing itself to be redirected (in which case you need another
Zmodem program, such crzsz), or else there is an error in your script,
but you didn't show us your script.
- Frank